home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / Ex_Pi.dxr / 00026.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  158 b   |  9 lines

  1. on exitFrame
  2.   global rad, r, s
  3.   if (field "Answer" > (rad - 0.05)) and (field "Answer" < (rad + 0.05)) then
  4.     nothing()
  5.   else
  6.     go("AA1")
  7.   end if
  8. end
  9.